C1.LiveLinq.Indexing Namespace > Index<T> Class : FindBetween Method |
Finds items with key values in the interval between the specified values.
Implements IIndexScanner(T).FindBetween(object,bool,object,bool,Order)
'Declaration
Public Function FindBetween( _ ByVal min As System.Object, _ ByVal minInclusive As System.Boolean, _ ByVal max As System.Object, _ ByVal maxInclusive As System.Boolean, _ ByVal order As Order _ ) As IndexQuery(Of T)
public IndexQuery<T> FindBetween( System.object min, System.bool minInclusive, System.object max, System.bool maxInclusive, Order order )
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2